home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Graphics / vcdimager / source / frontends / cli / Makefile next >
Encoding:
Makefile  |  2001-07-01  |  13.3 KB  |  441 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ../..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/vcdimager
  38. pkglibdir = $(libdir)/vcdimager
  39. pkgincludedir = $(includedir)/vcdimager
  40.  
  41. top_builddir = ../..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = powerpc-unknown-linux-gnu
  61. host_triplet = powerpc-unknown-linux-gnu
  62. AS = @AS@
  63. AWK = gawk
  64. CC = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  65. CPP = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  66. CXX = 
  67. DLLTOOL = @DLLTOOL@
  68. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  69. LIBVCD_CFLAGS = -I$(top_srcdir)/libvcd/
  70. LIBVCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  71. LN_S = ln -s
  72. MAINT = #
  73. MAKEINFO = makeinfo
  74. OBJDUMP = @OBJDUMP@
  75. PACKAGE = vcdimager
  76. PACKAGE_PIXMAPS_DIR = 
  77. RANLIB = ppc-amigaos-ranlib
  78. VERSION = 0.7.7
  79. XML2_CONFIG = no
  80. XML_CFLAGS = 
  81. XML_CONFIG = @XML_CONFIG@
  82. XML_LIBS = 
  83.  
  84. POPT_SUBDIR = popt
  85. POPT_INCLUDES = -I$(srcdir)/popt/
  86. POPT_LIBS = popt/libpopt.a
  87. #POPT_LIBS = -lpopt
  88.  
  89. bin_PROGRAMS = vcdimager vcddebug
  90.  
  91. SUBDIRS = $(POPT_SUBDIR)
  92.  
  93. INCLUDES = $(POPT_INCLUDES) -I$(top_srcdir) -I$(top_srcdir)/libvcd/ 
  94.  
  95. VCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  96.  
  97. vcdimager_SOURCES = vcdimager.c
  98. vcdimager_LDADD = $(VCD_LIBS) $(POPT_LIBS)
  99.  
  100. vcddebug_SOURCES = vcd_debug.c
  101. vcddebug_LDADD = $(VCD_LIBS) $(POPT_LIBS)
  102. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  103. CONFIG_HEADER = ../../config.h
  104. CONFIG_CLEAN_FILES = 
  105. PROGRAMS =  $(bin_PROGRAMS)
  106.  
  107.  
  108. DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../..
  109. CPPFLAGS = 
  110. LDFLAGS = 
  111. LIBS =  -lm
  112. vcdimager_OBJECTS =  vcdimager.o
  113. vcdimager_DEPENDENCIES =  \
  114. $(top_builddir)/libvcd/libvcd.a popt/libpopt.a
  115. #vcdimager_DEPENDENCIES =  \
  116. #$(top_builddir)/libvcd/libvcd.a
  117. vcdimager_LDFLAGS = 
  118. vcddebug_OBJECTS =  vcd_debug.o
  119. vcddebug_DEPENDENCIES =  \
  120. $(top_builddir)/libvcd/libvcd.a popt/libpopt.a
  121. #vcddebug_DEPENDENCIES =  \
  122. #$(top_builddir)/libvcd/libvcd.a
  123. vcddebug_LDFLAGS = 
  124. CFLAGS = -g -O2 -Wall -Wmissing-prototypes -Wunused -Wpointer-arith -Wwrite-strings
  125. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  126. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  127. CCLD = $(CC)
  128. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  129. DIST_COMMON =  Makefile.am Makefile.in
  130.  
  131.  
  132. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  133.  
  134. TAR = gtar
  135. GZIP_ENV = --best
  136. DIST_SUBDIRS =  popt
  137. SOURCES = $(vcdimager_SOURCES) $(vcddebug_SOURCES)
  138. OBJECTS = $(vcdimager_OBJECTS) $(vcddebug_OBJECTS)
  139.  
  140. all: all-redirect
  141. .SUFFIXES:
  142. .SUFFIXES: .S .c .lo .o .s
  143. $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  144.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps frontends/cli/Makefile
  145.  
  146. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  147.     cd $(top_builddir) \
  148.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  149.  
  150.  
  151. mostlyclean-binPROGRAMS:
  152.  
  153. clean-binPROGRAMS:
  154.     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  155.  
  156. distclean-binPROGRAMS:
  157.  
  158. maintainer-clean-binPROGRAMS:
  159.  
  160. install-binPROGRAMS: $(bin_PROGRAMS)
  161.     @$(NORMAL_INSTALL)
  162.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  163.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  164.       if test -f $$p; then \
  165.         echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
  166.         $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  167.       else :; fi; \
  168.     done
  169.  
  170. uninstall-binPROGRAMS:
  171.     @$(NORMAL_UNINSTALL)
  172.     list='$(bin_PROGRAMS)'; for p in $$list; do \
  173.       rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  174.     done
  175.  
  176. .c.o:
  177.     $(COMPILE) -c $<
  178.  
  179. .s.o:
  180.     $(COMPILE) -c $<
  181.  
  182. .S.o:
  183.     $(COMPILE) -c $<
  184.  
  185. mostlyclean-compile:
  186.     -rm -f *.o core *.core
  187.  
  188. clean-compile:
  189.  
  190. distclean-compile:
  191.     -rm -f *.tab.c
  192.  
  193. maintainer-clean-compile:
  194.  
  195. .c.lo:
  196.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  197.  
  198. .s.lo:
  199.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  200.  
  201. .S.lo:
  202.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  203.  
  204. mostlyclean-libtool:
  205.     -rm -f *.lo
  206.  
  207. clean-libtool:
  208.     -rm -rf .libs _libs
  209.  
  210. distclean-libtool:
  211.  
  212. maintainer-clean-libtool:
  213.  
  214. vcdimager: $(vcdimager_OBJECTS) $(vcdimager_DEPENDENCIES)
  215.     @rm -f vcdimager
  216.     $(LINK) $(vcdimager_LDFLAGS) $(vcdimager_OBJECTS) $(vcdimager_LDADD) $(LIBS)
  217.  
  218. vcddebug: $(vcddebug_OBJECTS) $(vcddebug_DEPENDENCIES)
  219.     @rm -f vcddebug
  220.     $(LINK) $(vcddebug_LDFLAGS) $(vcddebug_OBJECTS) $(vcddebug_LDADD) $(LIBS)
  221.  
  222. # This directory's subdirectories are mostly independent; you can cd
  223. # into them and run `make' without going through this Makefile.
  224. # To change the values of `make' variables: instead of editing Makefiles,
  225. # (1) if the variable is set in `config.status', edit `config.status'
  226. #     (which will cause the Makefiles to be regenerated when you run `make');
  227. # (2) otherwise, pass the desired values on the `make' command line.
  228.  
  229.  
  230.  
  231. all-recursive install-data-recursive install-exec-recursive \
  232. installdirs-recursive install-recursive uninstall-recursive  \
  233. check-recursive installcheck-recursive info-recursive dvi-recursive:
  234.     @set fnord $(MAKEFLAGS); amf=$$2; \
  235.     dot_seen=no; \
  236.     target=`echo $@ | sed s/-recursive//`; \
  237.     list='$(SUBDIRS)'; for subdir in $$list; do \
  238.       echo "Making $$target in $$subdir"; \
  239.       if test "$$subdir" = "."; then \
  240.         dot_seen=yes; \
  241.         local_target="$$target-am"; \
  242.       else \
  243.         local_target="$$target"; \
  244.       fi; \
  245.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  246.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  247.     done; \
  248.     if test "$$dot_seen" = "no"; then \
  249.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  250.     fi; test -z "$$fail"
  251.  
  252. mostlyclean-recursive clean-recursive distclean-recursive \
  253. maintainer-clean-recursive:
  254.     @set fnord $(MAKEFLAGS); amf=$$2; \
  255.     dot_seen=no; \
  256.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  257.       rev="$$subdir $$rev"; \
  258.       test "$$subdir" = "." && dot_seen=yes; \
  259.     done; \
  260.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  261.     target=`echo $@ | sed s/-recursive//`; \
  262.     for subdir in $$rev; do \
  263.       echo "Making $$target in $$subdir"; \
  264.       if test "$$subdir" = "."; then \
  265.         local_target="$$target-am"; \
  266.       else \
  267.         local_target="$$target"; \
  268.       fi; \
  269.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  270.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  271.     done && test -z "$$fail"
  272. tags-recursive:
  273.     list='$(SUBDIRS)'; for subdir in $$list; do \
  274.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  275.     done
  276.  
  277. tags: TAGS
  278.  
  279. ID: $(HEADERS) $(SOURCES) $(LISP)
  280.     list='$(SOURCES) $(HEADERS)'; \
  281.     unique=`for i in $$list; do echo $$i; done | \
  282.       awk '    { files[$$0] = 1; } \
  283.            END { for (i in files) print i; }'`; \
  284.     here=`pwd` && cd $(srcdir) \
  285.       && mkid -f$$here/ID $$unique $(LISP)
  286.  
  287. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  288.     tags=; \
  289.     here=`pwd`; \
  290.     list='$(SUBDIRS)'; for subdir in $$list; do \
  291.    if test "$$subdir" = .; then :; else \
  292.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  293.    fi; \
  294.     done; \
  295.     list='$(SOURCES) $(HEADERS)'; \
  296.     unique=`for i in $$list; do echo $$i; done | \
  297.       awk '    { files[$$0] = 1; } \
  298.            END { for (i in files) print i; }'`; \
  299.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  300.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  301.  
  302. mostlyclean-tags:
  303.  
  304. clean-tags:
  305.  
  306. distclean-tags:
  307.     -rm -f TAGS ID
  308.  
  309. maintainer-clean-tags:
  310.  
  311. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  312.  
  313. subdir = frontends/cli
  314.  
  315. distdir: $(DISTFILES)
  316.     @for file in $(DISTFILES); do \
  317.       d=$(srcdir); \
  318.       if test -d $$d/$$file; then \
  319.         cp -pr $$d/$$file $(distdir)/$$file; \
  320.       else \
  321.         test -f $(distdir)/$$file \
  322.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  323.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  324.       fi; \
  325.     done
  326.     for subdir in $(DIST_SUBDIRS); do \
  327.       if test "$$subdir" = .; then :; else \
  328.         test -d $(distdir)/$$subdir \
  329.         || mkdir $(distdir)/$$subdir \
  330.         || exit 1; \
  331.         chmod 777 $(distdir)/$$subdir; \
  332.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  333.           || exit 1; \
  334.       fi; \
  335.     done
  336. vcd_debug.o: vcd_debug.c ../../config.h ../../libvcd/vcd_assert.h \
  337.     ../../libvcd/vcd_logging.h ../../libvcd/vcd_types.h \
  338.     ../../libvcd/vcd_bitvec.h ../../libvcd/vcd_bytesex.h \
  339.     ../../libvcd/vcd_cd_sector.h ../../libvcd/vcd_files.h \
  340.     ../../libvcd/vcd.h ../../libvcd/vcd_image.h \
  341.     ../../libvcd/vcd_data_structures.h ../../libvcd/vcd_stream.h \
  342.     ../../libvcd/vcd_mpeg_stream.h ../../libvcd/vcd_files_private.h \
  343.     ../../libvcd/vcd_pbc.h ../../libvcd/vcd_util.h \
  344.     ../../libvcd/vcd_iso9660.h ../../libvcd/vcd_iso9660_private.h \
  345.     ../../libvcd/vcd_salloc.h ../../libvcd/vcd_stream_stdio.h \
  346.     ../../libvcd/vcd_image_fs.h ../../libvcd/vcd_xa.h \
  347.     ../../libvcd/vcd_image_bincue.h \
  348.     ../../libvcd/vcd_image_linuxcd.h
  349. vcdimager.o: vcdimager.c ../../config.h ../../libvcd/vcd.h \
  350.     ../../libvcd/vcd_image.h ../../libvcd/vcd_types.h \
  351.     ../../libvcd/vcd_data_structures.h ../../libvcd/vcd_stream.h \
  352.     ../../libvcd/vcd_mpeg_stream.h ../../libvcd/vcd_assert.h \
  353.     ../../libvcd/vcd_logging.h ../../libvcd/vcd_util.h \
  354.     ../../libvcd/vcd_bytesex.h ../../libvcd/vcd_cd_sector.h \
  355.     ../../libvcd/vcd_image_bincue.h ../../libvcd/vcd_stream_stdio.h
  356.  
  357. info-am:
  358. info: info-recursive
  359. dvi-am:
  360. dvi: dvi-recursive
  361. check-am: all-am
  362. check: check-recursive
  363. installcheck-am:
  364. installcheck: installcheck-recursive
  365. install-exec-am: install-binPROGRAMS
  366. install-exec: install-exec-recursive
  367.  
  368. install-data-am:
  369. install-data: install-data-recursive
  370.  
  371. install-am: all-am
  372.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  373. install: install-recursive
  374. uninstall-am: uninstall-binPROGRAMS
  375. uninstall: uninstall-recursive
  376. all-am: Makefile $(PROGRAMS)
  377. all-redirect: all-recursive
  378. install-strip:
  379.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  380. installdirs: installdirs-recursive
  381. installdirs-am:
  382.     $(mkinstalldirs)  $(DESTDIR)$(bindir)
  383.  
  384.  
  385. mostlyclean-generic:
  386.  
  387. clean-generic:
  388.  
  389. distclean-generic:
  390.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  391.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  392.  
  393. maintainer-clean-generic:
  394. mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
  395.         mostlyclean-libtool mostlyclean-tags \
  396.         mostlyclean-generic
  397.  
  398. mostlyclean: mostlyclean-recursive
  399.  
  400. clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
  401.         clean-generic mostlyclean-am
  402.  
  403. clean: clean-recursive
  404.  
  405. distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
  406.         distclean-tags distclean-generic clean-am
  407.     -rm -f libtool
  408.  
  409. distclean: distclean-recursive
  410.  
  411. maintainer-clean-am:  maintainer-clean-binPROGRAMS \
  412.         maintainer-clean-compile maintainer-clean-libtool \
  413.         maintainer-clean-tags maintainer-clean-generic \
  414.         distclean-am
  415.     @echo "This command is intended for maintainers to use;"
  416.     @echo "it deletes files that may require special tools to rebuild."
  417.  
  418. maintainer-clean: maintainer-clean-recursive
  419.  
  420. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  421. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  422. mostlyclean-compile distclean-compile clean-compile \
  423. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  424. clean-libtool maintainer-clean-libtool install-data-recursive \
  425. uninstall-data-recursive install-exec-recursive \
  426. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  427. all-recursive check-recursive installcheck-recursive info-recursive \
  428. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  429. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  430. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  431. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  432. install-exec install-data-am install-data install-am install \
  433. uninstall-am uninstall all-redirect all-am all installdirs-am \
  434. installdirs mostlyclean-generic distclean-generic clean-generic \
  435. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  436.  
  437.  
  438. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  439. # Otherwise a system limit (for SysV at least) may be exceeded.
  440. .NOEXPORT:
  441.